runtime.mSpanQueue.tail (field)
12 uses
runtime (current package)
mheap.go#L1914: head, tail *mspan
mheap.go#L1923: if q.tail == nil {
mheap.go#L1924: q.tail, q.head = s, s
mheap.go#L1926: q.tail.next = s
mheap.go#L1927: q.tail = s
mheap.go#L1941: q.tail = nil
mheap.go#L1955: q1.tail.next = q2.head
mheap.go#L1956: q1.tail = q2.tail
mheap.go#L1959: q2.tail = nil
mheap.go#L1972: q.tail = nil
mheap.go#L1983: newQ.tail = s
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)